Reads the results of a DNB lookup job by job ID.
businessPartnerId | Array of strings (BusinessPartnerId) Business Partner IDs which should be filtered. Example: businessPartnerId=63e635235c06b7396330fe40 |
limit | integer <int32> [ 1 .. 1000 ] Default: 100 Number of items to be returned on the page. Example: limit=20 |
startAfter | string Default: "0" Pagination cursor which should be filled with nextStartAfter value provided in the previous page read response. Example: startAfter=16 |
OK
Not Found
{- "startAfter": "5712566172571652",
- "nextStartAfter": "5712566172571652",
- "limit": "100",
- "total": "67",
- "values": [
- {
- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "businessPartnerId": "63e635235c06b7396330fe40",
- "addressId": "0",
- "externalId": "The ID managed in the customer's SAP systems.",
- "requestData": {
- "nameLocal": "CDQ",
- "nameInternational": "CDQ AG",
- "countryValue": "Switzerland",
- "countryShortName": "CH",
- "administrativeArea": "Sankt Gallen",
- "postCodeValue": "9000",
- "localityValue": "Sankt Gallen",
- "thoroughfareValue": "Lukasstraße 4",
- "thoroughfareNumber": "4",
- "premiseValue": "Lukasstraße 4",
- "classificationCode": "20.20Z",
- "classificationTypeName": "NAF 2003",
- "classificationName": "Manufacture of pesticides and other agrochemical products.",
- "careOf": "CDQ GmbH c/o Product Department",
- "addressTypes": "LEGAL_ADDRESS",
- "isInactive": "Inactive",
- "stceg": "CHE-218.608.88",
- "stcd1": "CHE-218.608.88",
- "stcd2": "CHE-218.608.88",
- "stcd3": "CHE-218.608.88",
- "stcd4": "CHE-218.608.88",
- "stcd5": "CHE-218.608.88",
- "dataSource": "648824a691d8d2503d65103e",
- "duns": "15-048-3782"
}, - "matchResults": [
- {
- "candidate": {
- "displaySequence": "1",
- "organization": {
- "duns": "804735132",
- "dunsControlStatus": {
- "operatingStatus": { },
- "isMailUndeliverable": null
}, - "primaryName": "GORMAN MANUFACTURING COMPANY, INC.",
- "tradeStyleNames": [
- { }
], - "telephone": [
- { }
], - "websiteAddress": [
- { }
], - "primaryAddress": {
- "addressCountry": { },
- "addressLocality": { },
- "addressRegion": { },
- "postalCode": null,
- "postalCodeExtension": null,
- "streetAddress": { }
}, - "mailingAddress": "",
- "registrationNumbers": [
- { }
], - "mostSeniorPrincipals": [
- { }
], - "isStandalone": "false",
- "corporateLinkage": {
- "familytreeRolesPlayed": [ ]
}
}, - "matchQualityInformation": {
- "confidenceCode": "6",
- "matchGrade": "AZZZZZZZFZZ",
- "matchGradeComponentsCount": "11",
- "matchGradeComponents": [
- { }
], - "matchDataProfile": "0000000000989800000000009898",
- "matchDataProfileComponentsCount": "14",
- "matchDataProfileComponents": [
- { }
], - "nameMatchScore": "85.5"
}
}, - "matchingProfile": {
- "matchingScores": {
- "overall": {
- "classification": null,
- "value": null,
- "explanation": null
}, - "businessPartner": {
- "classification": null,
- "value": null,
- "explanation": null
}, - "address": {
- "classification": null,
- "value": null,
- "explanation": null
}
}
}
}
]
}
]
}